PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFTrueTypeFontFeatures Class / setEnableColorGlyphs Method
True if color information should be loaded for glyphs. Default is false.
In This Topic
    setEnableColorGlyphs Method
    In This Topic
    Sets a flag indicating whether glyph color information is supported. Setting this property to true causes the font to load and parse the color related tables. Set this property to true when you want to create colored Type3 fonts from a TrueType font, for example for displaying emojis.
    Syntax
    public void setEnableColorGlyphs( 
       boolean value
    )

    Parameters

    value
    True if color information should be loaded for glyphs. Default is false.
    See Also